// Decompiled by Jad v1.5.8e. Copyright 2001 Pavel Kouznetsov. // Jad home page: http://www.geocities.com/kpdus/jad.html // Decompiler options: braces fieldsfirst space lnc package com.tencent.connect.dataprovider; public final class DataType { public static final int CONTENT_AND_IMAGE_PATH = 1; public static final int CONTENT_AND_VIDEO_PATH = 2; public static final int CONTENT_ONLY = 4; public DataType() { } }